crypto/tls.finishedHash.buffer (field)
9 uses
crypto/tls (current package)
handshake_client.go#L809: if hs.finishedHash.buffer == nil {
handshake_client.go#L817: certVerify.signature, err = crypto.SignMessage(key, c.config.rand(), hs.finishedHash.buffer, signOpts)
handshake_server.go#L788: if hs.finishedHash.buffer == nil {
handshake_server.go#L792: if err := verifyHandshakeSignature(sigType, pub, sigHash, hs.finishedHash.buffer, certVerify.signature); err != nil {
prf.go#L180: buffer []byte
prf.go#L195: if h.buffer != nil {
prf.go#L196: h.buffer = append(h.buffer, msg...)
prf.go#L237: h.buffer = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |